[INFO] fetching crate termal 4.2.1...
[INFO] testing termal-4.2.1 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate termal 4.2.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate termal 4.2.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate termal 4.2.1
[INFO] tweaked toml for crates.io crate termal 4.2.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate termal 4.2.1 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate termal 4.2.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded place_macro_proc v1.1.0
[INFO] [stderr]   Downloaded zune-core v0.5.0
[INFO] [stderr]   Downloaded termal_proc v4.2.1
[INFO] [stderr]   Downloaded place_macro_core v1.1.0
[INFO] [stderr]   Downloaded minlin v0.3.1
[INFO] [stderr]   Downloaded zune-jpeg v0.5.8
[INFO] [stderr]   Downloaded litrs v0.5.1
[INFO] [stderr]   Downloaded place_macro v1.1.0
[INFO] [stderr]   Downloaded termal_core v4.2.1
[INFO] [stderr]   Downloaded pxfm v0.1.20
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e98fffed45a74c2628c6ddbf7a37529fb5e57e47d9c4acc4481b34918428ba1f
[INFO] running `Command { std: "docker" "start" "-a" "e98fffed45a74c2628c6ddbf7a37529fb5e57e47d9c4acc4481b34918428ba1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e98fffed45a74c2628c6ddbf7a37529fb5e57e47d9c4acc4481b34918428ba1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e98fffed45a74c2628c6ddbf7a37529fb5e57e47d9c4acc4481b34918428ba1f", kill_on_drop: false }`
[INFO] [stdout] e98fffed45a74c2628c6ddbf7a37529fb5e57e47d9c4acc4481b34918428ba1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 87eb6da134de9d7b21c5db42930b980a2798c78e9d4ece67901ac290dba69506
[INFO] running `Command { std: "docker" "start" "-a" "87eb6da134de9d7b21c5db42930b980a2798c78e9d4ece67901ac290dba69506", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling minlin v0.3.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling litrs v0.5.1
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling place_macro_core v1.1.0
[INFO] [stderr]    Compiling place_macro_proc v1.1.0
[INFO] [stderr]    Compiling place_macro v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling termal_core v4.2.1
[INFO] [stderr]    Compiling termal_proc v4.2.1
[INFO] [stderr]    Compiling termal v4.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
[INFO] running `Command { std: "docker" "inspect" "87eb6da134de9d7b21c5db42930b980a2798c78e9d4ece67901ac290dba69506", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87eb6da134de9d7b21c5db42930b980a2798c78e9d4ece67901ac290dba69506", kill_on_drop: false }`
[INFO] [stdout] 87eb6da134de9d7b21c5db42930b980a2798c78e9d4ece67901ac290dba69506
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 22b5cb49d4b831471de4c1fb36a6fc19ac9085d4744c2b5377afc2b54c0bea9e
[INFO] running `Command { std: "docker" "start" "-a" "22b5cb49d4b831471de4c1fb36a6fc19ac9085d4744c2b5377afc2b54c0bea9e", kill_on_drop: false }`
[INFO] [stderr]    Compiling termal v4.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/requests.rs:3:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | use termal::{Result, raw::request};
[INFO] [stdout]   |                      ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/features/codes.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/codes.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `termal::image`, `termal::raw`
[INFO] [stdout]  --> examples/features/image.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     image::{
[INFO] [stdout]   |     ^^^^^ could not find `image` in `termal`
[INFO] [stdout] ...
[INFO] [stdout] 9 |     raw::request,
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/raw/request.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{Terminal, request},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/raw/terminal.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/features/raw/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/features/raw/mod.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `isqrt` on ambiguous numeric type `{integer}`
[INFO] [stdout]    --> examples/features/codes.rs:868:35
[INFO] [stdout]     |
[INFO] [stdout] 868 |             let b = 255 - (x * y).isqrt() * 256 / l;
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `isqrt` on ambiguous numeric type `{integer}`
[INFO] [stdout]    --> examples/features/codes.rs:892:35
[INFO] [stdout]     |
[INFO] [stdout] 892 |             let b = 255 - (x * y).isqrt() * 256 / l;
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `isqrt` on ambiguous numeric type `{integer}`
[INFO] [stdout]    --> examples/features/codes.rs:919:35
[INFO] [stdout]     |
[INFO] [stdout] 919 |             let b = 255 - (x * y).isqrt() * 256 / l;
[INFO] [stdout]     |                                   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "requests") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/keys.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/keys.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "keys") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/hints.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/hints.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0689.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "hints") due to 2 previous errors
[INFO] [stderr] error: could not compile `termal` (example "feature") due to 10 previous errors
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> tests/events.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     raw::events::{
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/chars.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | use termal::{Result, codes, raw::enable_raw_mode, reset_terminal};
[INFO] [stdout]   |                             ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::term_text`
[INFO] [stdout]  --> tests/term_text.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     term_text::{TermText, TermTextSpan},
[INFO] [stdout]   |     ^^^^^^^^^ could not find `term_text` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> examples/reader.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     raw::{enable_raw_mode, readers::prompt},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> examples/reader.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     raw::{enable_raw_mode, readers::prompt},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `raw` in `termal`
[INFO] [stdout]  --> tests/terminal.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     raw::{Terminal, events::AmbiguousEvent},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> tests/terminal.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     raw::{Terminal, events::AmbiguousEvent},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `termal::raw`
[INFO] [stdout]  --> tests/common/mod.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 |     raw::{IoProvider, ValueOrMut, WaitForIn},
[INFO] [stdout]   |     ^^^ could not find `raw` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "chars") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (test "terminal") due to 3 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `termal::image`, `termal::image`
[INFO] [stdout]  --> examples/sixel.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     image::{self, RawImg},
[INFO] [stdout]   |     ^^^^^   ^^^^ no `image` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     could not find `image` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (test "term_text") due to 1 previous error
[INFO] [stderr] error: could not compile `termal` (example "reader") due to 2 previous errors
[INFO] [stderr] error: could not compile `termal` (example "sixel") due to 1 previous error
[INFO] [stderr] error: could not compile `termal` (test "events") due to 1 previous error
[INFO] [stdout] error[E0432]: unresolved imports `termal::image`, `termal::image`
[INFO] [stdout]  --> examples/texel.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     image::{self, RawImg},
[INFO] [stdout]   |     ^^^^^   ^^^^ no `image` in the root
[INFO] [stdout]   |     |
[INFO] [stdout]   |     could not find `image` in `termal`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `termal` (example "texel") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "22b5cb49d4b831471de4c1fb36a6fc19ac9085d4744c2b5377afc2b54c0bea9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22b5cb49d4b831471de4c1fb36a6fc19ac9085d4744c2b5377afc2b54c0bea9e", kill_on_drop: false }`
[INFO] [stdout] 22b5cb49d4b831471de4c1fb36a6fc19ac9085d4744c2b5377afc2b54c0bea9e
